#displayMenu{
	display:none;
}

.alturacell{
	height:180px;
}

@media (max-width:768px){

/**********
Botões Cell
**********/

#displayMenu{
	display:block;
}

.swiper-containerCell {
  position: relative;
  width: 100%;
  z-index: 500;
}

.swiper-containerCell .navBannerCell {
  position: fixed;
  display: flex;
  flex-direction: line;
  top: 0px;
  right: calc(50% - 280px);
  z-index: 10000000;
}

.swiper-containerCell .navBannerCell a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 50px;
  text-decoration: none;
  color: white;

  transition: .2s ease-in-out;
}

.swiper-containerCell .navBannerCell a:hover {
  background-color: white;
  color: #26a7eb;
}

.swiper-containerCell .navBannerCell div:nth-child(1) {
  background-color: #26a7eb;
}

.swiper-containerCell .navBannerCell div:nth-child(2) {
  background-color: #3dade9;
}

.swiper-containerCell .navBannerCell div:nth-child(3) {
  background-color: #49b3ec;
}

.swiper-containerCell .navBannerCell div:nth-child(4) {
  background-color: #3dade9;
}

/**********
Botões
**********/

.descricaoItem1Cell{
  position: absolute;
  top: 140px;
  left:-200px;
  min-width: 200px;
  min-height: 70px;
  z-index: 1000;
  display: none;
}

.descricaoItem2Cell{
  position: absolute;
  top: 70px;
  left:0px;
  min-width: 600px;
  min-height: 70px;
  z-index: 1000;
  display: none;
}

#descricaoItem3Cell{
  position: absolute;
  top: 50px;
  left:65px;
  min-width: 390px;
  min-height: 420px;
  z-index: 1000;
  display: none;
}

.descricaoItem4Cell{
  position: absolute;
  top: 50px;
  left:0px;
  min-width: 390px;
  min-height: 260px;
  z-index: 1000;
  display: none;
  background:#26a7eb;
}

.ItemSub1Cell:hover .descricaoItem1Cell{
    display: block;
	border-radius: 10px 0px 0px 10px;
}

.ItemSub2Cell:hover .descricaoItem2Cell{
    display: block;
	border-radius: 10px 0px 0px 10px;
}

#descricaoItem3Cell:target{
    display: block;
	border-radius: 10px 10px 10px 10px;
}

#descricaoItem3Cell .FecharTela{
	display:block;
}

.ItemSub4Cell:hover .descricaoItem4Cell{
    display: block;
	border-radius: 10px 10px 10px 10px;
}

.ItemSub4Cell:hover .FecharTela{
	display: block;
}

.FecharTela{
	position: absolute;
	background-color:#49b3ec;
	border-style:double;
	height:30px;
	width:30px;
	top: 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 20px;
	color:#FFF;
	z-index: 2000;
	right:40px;
	display: none;
}

.alturacell{
	height:0px;
}

}